.contactUs-row .moduleEdit-wrap, .contactUs-intro {
    text-align: center;
}

.contactUs-innerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}

@media (min-width: 992px) {
    .contactUs-innerwrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
}

.contactUs-title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.contactUs-street,
.contactUs-hours,
.contactUs-contact-info {font-size: 15px;}

.contactUs hr {
    border: 0;
    height: 3px;
    width: 70px;
    position: relative;
    text-align: center;
    background: #6aaf08;
    margin: 0 auto;
    margin-bottom: 20px;
}